From f42cd18779b7391c0d6f7e18a45638a697d33fce Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 30 Jan 2016 20:56:17 -0500 Subject: [PATCH] wayland: Reduce warning level for parentless temporaries Temp windows without parent are used frequently in our testsuite; using g_warning on them causes the tests to fail, which is not useful. Reduce the warning to a g_message. --- gdk/wayland/gdkwindow-wayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/wayland/gdkwindow-wayland.c b/gdk/wayland/gdkwindow-wayland.c index 8e74ef4f46..db199caf0d 100644 --- a/gdk/wayland/gdkwindow-wayland.c +++ b/gdk/wayland/gdkwindow-wayland.c @@ -1288,7 +1288,7 @@ should_map_as_popup (GdkWindow *window) return TRUE; } else - g_warning ("Window %p is a temporary window without parent, " + g_message ("Window %p is a temporary window without parent, " "application will not be able to position it on screen.", window); } -- 2.30.2